From 707b0db7ddbdad0fe539d2aba41be7f3a14bff33 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 9 Feb 2008 01:32:30 +0000 Subject: [PATCH] (ipconfig-program, ipconfig-program-options): Add obsolete aliases to the old names. --- lisp/net/net-utils.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index bc235b71f94..0bed6cc9bcd 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -101,6 +101,8 @@ These options can be used to limit how many ICMP packets are emitted." :group 'net-utils :type 'string) +(define-obsolete-variable-alias 'ipconfig-program 'ifconfig-program "22.2") + (defcustom ifconfig-program-options (list (if (eq system-type 'windows-nt) @@ -109,6 +111,9 @@ These options can be used to limit how many ICMP packets are emitted." :group 'net-utils :type '(repeat string)) +(define-obsolete-variable-alias 'ipconfig-program-options + 'ifconfig-program-options "22.2") + (defcustom netstat-program "netstat" "Program to print network statistics." :group 'net-utils -- 2.30.2